2005-01-20 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkmodules.c (load_module): Don't reverse the order
+ of modules when putting them in gtk_modules. (#162676, Dennis
+ Cranston, patch by Remus Draica)
+
* gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash
if the tree is empty. (#164669, Priit Laes)
2005-01-20 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkmodules.c (load_module): Don't reverse the order
+ of modules when putting them in gtk_modules. (#162676, Dennis
+ Cranston, patch by Remus Draica)
+
* gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash
if the tree is empty. (#164669, Priit Laes)
2005-01-20 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkmodules.c (load_module): Don't reverse the order
+ of modules when putting them in gtk_modules. (#162676, Dennis
+ Cranston, patch by Remus Draica)
+
* gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash
if the tree is empty. (#164669, Priit Laes)
g_module_symbol (module, "gtk_module_display_init",
(gpointer *) &info->display_init_func);
- gtk_modules = g_slist_prepend (gtk_modules, info);
+ gtk_modules = g_slist_append (gtk_modules, info);
/* display_init == NULL indicates a non-multihead aware module.
* For these, we delay the call to init_func until first display is